home *** CD-ROM | disk | FTP | other *** search
/ Mac Magazin/MacEasy 112 / maccd 112.iso / Utilities / Mac OS X / uControl1.3.7.dmg / uControl1.3.7.pkg / Contents / Resources / postinstall < prev    next >
Encoding:
Text File  |  2003-11-04  |  189 b   |  12 lines

  1. #!/bin/sh
  2. # postinstall
  3.  
  4. ucontrol=/Library/StartupItems/uControl/uControl 
  5. $ucontrol start
  6.  
  7. #cat <<EOF | osascript
  8. #  tell application "System Preferences"
  9. #      activate
  10. #  end tell
  11. #EOF
  12.